﻿2026-06-22T00:56:57.1640869Z Current runner version: '2.335.1'
2026-06-22T00:56:57.1645510Z Runner name: 'kitsubito'
2026-06-22T00:56:57.1646029Z Runner group name: 'Default'
2026-06-22T00:56:57.1646679Z Machine name: 'KITSUBITO'
2026-06-22T00:56:57.1648697Z ##[group]GITHUB_TOKEN Permissions
2026-06-22T00:56:57.1650562Z Contents: read
2026-06-22T00:56:57.1650978Z Metadata: read
2026-06-22T00:56:57.1651348Z Packages: read
2026-06-22T00:56:57.1651719Z ##[endgroup]
2026-06-22T00:56:57.1653267Z Secret source: Actions
2026-06-22T00:56:57.1653754Z Prepare workflow directory
2026-06-22T00:56:57.2086409Z Prepare all required actions
2026-06-22T00:56:57.2116413Z Getting action download info
2026-06-22T00:56:57.5805978Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-22T00:56:58.3651415Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-22T00:56:58.4643139Z ##[group]Run actions/checkout@v5
2026-06-22T00:56:58.4644295Z with:
2026-06-22T00:56:58.4644978Z   fetch-depth: 0
2026-06-22T00:56:58.4645778Z   repository: SaberMage/spt-core
2026-06-22T00:56:58.4653985Z   token: ***
2026-06-22T00:56:58.4654723Z   ssh-strict: true
2026-06-22T00:56:58.4655423Z   ssh-user: git
2026-06-22T00:56:58.4656124Z   persist-credentials: true
2026-06-22T00:56:58.4656908Z   clean: true
2026-06-22T00:56:58.4657614Z   sparse-checkout-cone-mode: true
2026-06-22T00:56:58.4658449Z   fetch-tags: false
2026-06-22T00:56:58.4659220Z   show-progress: true
2026-06-22T00:56:58.4659960Z   lfs: false
2026-06-22T00:56:58.4660619Z   submodules: false
2026-06-22T00:56:58.4661340Z   set-safe-directory: true
2026-06-22T00:56:58.4662308Z ##[endgroup]
2026-06-22T00:56:58.5560564Z Syncing repository: SaberMage/spt-core
2026-06-22T00:56:58.5562790Z ##[group]Getting Git version info
2026-06-22T00:56:58.5564096Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-22T00:56:58.5565813Z [command]/usr/bin/git version
2026-06-22T00:56:58.5566658Z git version 2.43.0
2026-06-22T00:56:58.5579297Z ##[endgroup]
2026-06-22T00:56:58.5591358Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/890467ae-d3ce-4d4b-86ac-773a706fd11b' before making global git config changes
2026-06-22T00:56:58.5593771Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T00:56:58.5595715Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T00:56:58.5627137Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-22T00:56:58.5643968Z https://github.com/SaberMage/spt-core
2026-06-22T00:56:58.5654082Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T00:56:58.5656076Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T00:56:58.5678564Z HEAD
2026-06-22T00:56:58.5708624Z ##[endgroup]
2026-06-22T00:56:58.5709679Z [command]/usr/bin/git submodule status
2026-06-22T00:56:58.5894718Z ##[group]Cleaning the repository
2026-06-22T00:56:58.5896307Z [command]/usr/bin/git clean -ffdx
2026-06-22T00:57:01.4328523Z Removing target/
2026-06-22T00:57:01.4341364Z [command]/usr/bin/git reset --hard HEAD
2026-06-22T00:57:01.4549224Z HEAD is now at 2d91d4d1d Merge d45d771fcc1b3bb19e2ceb96131f97f30c8f2782 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T00:57:01.4554288Z ##[endgroup]
2026-06-22T00:57:01.4556678Z ##[group]Disabling automatic garbage collection
2026-06-22T00:57:01.4560676Z [command]/usr/bin/git config --local gc.auto 0
2026-06-22T00:57:01.4590548Z ##[endgroup]
2026-06-22T00:57:01.4590901Z ##[group]Setting up auth
2026-06-22T00:57:01.4598423Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T00:57:01.4627456Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T00:57:01.4813108Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T00:57:01.4837791Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T00:57:01.5023982Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T00:57:01.5049576Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T00:57:01.5240191Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-22T00:57:01.5274544Z ##[endgroup]
2026-06-22T00:57:01.5275001Z ##[group]Fetching the repository
2026-06-22T00:57:01.5283046Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +2d91d4d1d5b41d31a774d2e6f8e817593281deac:refs/remotes/pull/27/merge
2026-06-22T00:57:02.1793780Z From https://github.com/SaberMage/spt-core
2026-06-22T00:57:02.1794382Z    2d4dae8b0..b8ec32b2c  viewer-drain-decouple-b4 -> origin/viewer-drain-decouple-b4
2026-06-22T00:57:02.1794977Z    223eb8ba6..d45d771fc  wedge-trace-v4 -> origin/wedge-trace-v4
2026-06-22T00:57:02.1828727Z ##[endgroup]
2026-06-22T00:57:02.1829686Z ##[group]Determining the checkout info
2026-06-22T00:57:02.1830325Z ##[endgroup]
2026-06-22T00:57:02.1834853Z [command]/usr/bin/git sparse-checkout disable
2026-06-22T00:57:02.1875775Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-22T00:57:02.1899720Z ##[group]Checking out the ref
2026-06-22T00:57:02.1908416Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-22T00:57:02.1952521Z HEAD is now at 2d91d4d1d Merge d45d771fcc1b3bb19e2ceb96131f97f30c8f2782 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T00:57:02.1956632Z ##[endgroup]
2026-06-22T00:57:02.1989663Z [command]/usr/bin/git log -1 --format=%H
2026-06-22T00:57:02.2013076Z 2d91d4d1d5b41d31a774d2e6f8e817593281deac
2026-06-22T00:57:02.2194699Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-22T00:57:02.2195177Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-22T00:57:02.2210691Z shell: /usr/bin/bash -e {0}
2026-06-22T00:57:02.2210930Z ##[endgroup]
2026-06-22T00:57:02.2307851Z ##[group]Run set -euo pipefail
2026-06-22T00:57:02.2308151Z [36;1mset -euo pipefail[0m
2026-06-22T00:57:02.2308365Z [36;1mPIN=0c95435[0m
2026-06-22T00:57:02.2308566Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T00:57:02.2308812Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T00:57:02.2309206Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T00:57:02.2309640Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T00:57:02.2310045Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T00:57:02.2310393Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T00:57:02.2310622Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T00:57:02.2310883Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T00:57:02.2311198Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T00:57:02.2311532Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T00:57:02.2311761Z [36;1mfi[0m
2026-06-22T00:57:02.2312032Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T00:57:02.2325756Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T00:57:02.2326036Z env:
2026-06-22T00:57:02.2326222Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T00:57:02.2326443Z ##[endgroup]
2026-06-22T00:57:02.5510468Z    Compiling proc-macro2 v1.0.106
2026-06-22T00:57:02.5511078Z    Compiling unicode-ident v1.0.24
2026-06-22T00:57:02.5511619Z    Compiling quote v1.0.45
2026-06-22T00:57:02.5511953Z    Compiling libc v0.2.186
2026-06-22T00:57:02.5512616Z    Compiling serde_core v1.0.228
2026-06-22T00:57:02.5512874Z    Compiling cfg-if v1.0.4
2026-06-22T00:57:02.5549497Z    Compiling serde v1.0.228
2026-06-22T00:57:02.5562653Z    Compiling log v0.4.32
2026-06-22T00:57:02.5614243Z    Compiling pin-project-lite v0.2.17
2026-06-22T00:57:02.5643947Z    Compiling portable-atomic v1.13.1
2026-06-22T00:57:02.5683167Z    Compiling typenum v1.20.1
2026-06-22T00:57:02.5749757Z    Compiling memchr v2.8.1
2026-06-22T00:57:02.5750282Z    Compiling version_check v0.9.5
2026-06-22T00:57:02.5779893Z    Compiling critical-section v1.2.0
2026-06-22T00:57:02.5812995Z    Compiling find-msvc-tools v0.1.9
2026-06-22T00:57:02.6096582Z    Compiling shlex v2.0.1
2026-06-22T00:57:02.6464532Z    Compiling futures-core v0.3.32
2026-06-22T00:57:02.6770918Z    Compiling subtle v2.6.1
2026-06-22T00:57:02.7502720Z    Compiling bytes v1.11.1
2026-06-22T00:57:02.8070636Z    Compiling smallvec v1.15.1
2026-06-22T00:57:02.8073226Z    Compiling equivalent v1.0.2
2026-06-22T00:57:02.8308879Z    Compiling itoa v1.0.18
2026-06-22T00:57:02.8885062Z    Compiling semver v1.0.28
2026-06-22T00:57:02.9000561Z    Compiling stable_deref_trait v1.2.1
2026-06-22T00:57:02.9001654Z    Compiling slab v0.4.12
2026-06-22T00:57:02.9160948Z    Compiling futures-sink v0.3.32
2026-06-22T00:57:02.9320434Z    Compiling futures-io v0.3.32
2026-06-22T00:57:02.9671732Z    Compiling generic-array v0.14.7
2026-06-22T00:57:02.9860803Z    Compiling futures-task v0.3.32
2026-06-22T00:57:03.0261279Z    Compiling futures-channel v0.3.32
2026-06-22T00:57:03.0740969Z    Compiling bitflags v2.12.1
2026-06-22T00:57:03.0841079Z    Compiling rustversion v1.0.22
2026-06-22T00:57:03.1020961Z    Compiling hashbrown v0.17.1
2026-06-22T00:57:03.1210811Z    Compiling cpufeatures v0.2.17
2026-06-22T00:57:03.1350890Z    Compiling fnv v1.0.7
2026-06-22T00:57:03.2023335Z    Compiling rustc_version v0.4.1
2026-06-22T00:57:03.2143994Z    Compiling cfg_aliases v0.2.1
2026-06-22T00:57:03.2145784Z    Compiling rand_core v0.10.1
2026-06-22T00:57:03.2464399Z    Compiling strsim v0.11.1
2026-06-22T00:57:03.2980650Z    Compiling litemap v0.8.2
2026-06-22T00:57:03.3020309Z    Compiling writeable v0.6.3
2026-06-22T00:57:03.3530997Z    Compiling utf8_iter v1.0.4
2026-06-22T00:57:03.3710649Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T00:57:03.3881361Z    Compiling getrandom v0.4.2
2026-06-22T00:57:03.5183302Z    Compiling dunce v1.0.5
2026-06-22T00:57:03.5280908Z    Compiling ident_case v1.0.1
2026-06-22T00:57:03.5603413Z    Compiling icu_properties_data v2.2.0
2026-06-22T00:57:03.5909151Z    Compiling fs_extra v1.3.0
2026-06-22T00:57:03.6131037Z    Compiling percent-encoding v2.3.2
2026-06-22T00:57:03.6502012Z    Compiling autocfg v1.5.1
2026-06-22T00:57:03.6563112Z    Compiling http v1.4.1
2026-06-22T00:57:03.7127144Z    Compiling unicode-segmentation v1.13.3
2026-06-22T00:57:03.7403753Z    Compiling aws-lc-rs v1.17.0
2026-06-22T00:57:03.8881421Z    Compiling thiserror v2.0.18
2026-06-22T00:57:03.8960790Z    Compiling cpufeatures v0.3.0
2026-06-22T00:57:03.9520560Z    Compiling indexmap v2.14.0
2026-06-22T00:57:03.9594451Z    Compiling scopeguard v1.2.0
2026-06-22T00:57:04.0281180Z    Compiling lock_api v0.4.14
2026-06-22T00:57:04.0370873Z    Compiling chacha20 v0.10.0
2026-06-22T00:57:04.0379912Z    Compiling form_urlencoded v1.2.2
2026-06-22T00:57:04.0602648Z    Compiling syn v2.0.117
2026-06-22T00:57:04.1048825Z    Compiling untrusted v0.9.0
2026-06-22T00:57:04.1301553Z    Compiling heck v0.5.0
2026-06-22T00:57:04.1540517Z    Compiling rustls v0.23.40
2026-06-22T00:57:04.2150929Z    Compiling convert_case v0.10.0
2026-06-22T00:57:04.2350293Z    Compiling atomic-waker v1.1.2
2026-06-22T00:57:04.2660591Z    Compiling anyhow v1.0.102
2026-06-22T00:57:04.2804894Z    Compiling unicode-xid v0.2.6
2026-06-22T00:57:04.3297034Z    Compiling const-oid v0.10.2
2026-06-22T00:57:04.3363499Z    Compiling parking_lot_core v0.9.12
2026-06-22T00:57:04.3432543Z    Compiling httparse v1.10.1
2026-06-22T00:57:04.3704706Z    Compiling jobserver v0.1.34
2026-06-22T00:57:04.3920896Z    Compiling zerocopy v0.8.50
2026-06-22T00:57:04.4197000Z    Compiling paste v1.0.15
2026-06-22T00:57:04.4576035Z    Compiling num-traits v0.2.19
2026-06-22T00:57:04.4982725Z    Compiling hybrid-array v0.4.12
2026-06-22T00:57:04.5410738Z    Compiling curve25519-dalek v4.1.3
2026-06-22T00:57:04.5720692Z    Compiling ahash v0.8.12
2026-06-22T00:57:04.6370861Z    Compiling either v1.16.0
2026-06-22T00:57:04.6660847Z    Compiling cc v1.2.63
2026-06-22T00:57:04.7147858Z    Compiling http-body v1.0.1
2026-06-22T00:57:04.7353455Z    Compiling fastrand v2.4.1
2026-06-22T00:57:04.7670688Z    Compiling base64ct v1.8.3
2026-06-22T00:57:04.7798923Z    Compiling powerfmt v0.2.0
2026-06-22T00:57:04.8330731Z    Compiling crypto-common v0.1.7
2026-06-22T00:57:04.8490548Z    Compiling block-buffer v0.10.4
2026-06-22T00:57:04.9569843Z    Compiling digest v0.10.7
2026-06-22T00:57:04.9651158Z    Compiling deranged v0.5.8
2026-06-22T00:57:04.9910701Z    Compiling vcpkg v0.2.15
2026-06-22T00:57:05.0212046Z    Compiling tower-service v0.3.3
2026-06-22T00:57:05.1060811Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T00:57:05.1181190Z    Compiling pkg-config v0.3.33
2026-06-22T00:57:05.1470686Z    Compiling num-conv v0.2.2
2026-06-22T00:57:05.1660523Z    Compiling base64 v0.22.1
2026-06-22T00:57:05.2420720Z    Compiling mio v1.2.1
2026-06-22T00:57:05.3240750Z    Compiling socket2 v0.6.4
2026-06-22T00:57:05.3340994Z    Compiling getrandom v0.2.17
2026-06-22T00:57:05.4345688Z    Compiling try-lock v0.2.5
2026-06-22T00:57:05.5391203Z    Compiling rand v0.10.1
2026-06-22T00:57:05.5505587Z    Compiling rand_core v0.6.4
2026-06-22T00:57:05.5890261Z    Compiling time-core v0.1.8
2026-06-22T00:57:05.6051086Z    Compiling tinyvec_macros v0.1.1
2026-06-22T00:57:05.6580642Z    Compiling data-encoding v2.11.0
2026-06-22T00:57:05.6660655Z    Compiling zmij v1.0.21
2026-06-22T00:57:05.7300620Z    Compiling tinyvec v1.11.0
2026-06-22T00:57:05.7372169Z    Compiling parking_lot v0.12.5
2026-06-22T00:57:05.7530505Z    Compiling want v0.3.1
2026-06-22T00:57:05.7931217Z    Compiling sha2 v0.10.9
2026-06-22T00:57:05.9205565Z    Compiling crypto-common v0.2.2
2026-06-22T00:57:05.9510698Z    Compiling block-buffer v0.12.0
2026-06-22T00:57:05.9610612Z    Compiling inout v0.1.4
2026-06-22T00:57:06.0496541Z    Compiling cmake v0.1.58
2026-06-22T00:57:06.1141346Z    Compiling vergen-lib v9.1.0
2026-06-22T00:57:06.1551037Z    Compiling n0-future v0.3.2
2026-06-22T00:57:06.1620559Z    Compiling signature v2.2.0
2026-06-22T00:57:06.2580205Z    Compiling crossbeam-utils v0.8.21
2026-06-22T00:57:06.2817930Z    Compiling winnow v1.0.3
2026-06-22T00:57:06.3552215Z    Compiling diatomic-waker v0.2.3
2026-06-22T00:57:06.3702156Z    Compiling serde_json v1.0.150
2026-06-22T00:57:06.4147461Z    Compiling cordyceps v0.3.4
2026-06-22T00:57:06.4233778Z    Compiling parking v2.2.1
2026-06-22T00:57:06.4240990Z    Compiling spin v0.10.0
2026-06-22T00:57:06.5250764Z    Compiling httpdate v1.0.3
2026-06-22T00:57:06.5515235Z    Compiling futures-lite v2.6.1
2026-06-22T00:57:06.5540601Z    Compiling ed25519 v2.2.3
2026-06-22T00:57:06.5790900Z    Compiling cipher v0.4.4
2026-06-22T00:57:06.6088153Z    Compiling netlink-packet-core v0.8.1
2026-06-22T00:57:06.6748710Z    Compiling universal-hash v0.5.1
2026-06-22T00:57:06.6862898Z    Compiling vergen-lib v0.1.6
2026-06-22T00:57:06.7330962Z    Compiling futures-buffered v0.2.13
2026-06-22T00:57:06.7650873Z    Compiling vergen v9.1.0
2026-06-22T00:57:06.7927921Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T00:57:06.8198421Z    Compiling heapless v0.7.17
2026-06-22T00:57:06.8610766Z    Compiling digest v0.11.3
2026-06-22T00:57:06.8750638Z    Compiling noq-udp v0.10.0
2026-06-22T00:57:06.9081238Z    Compiling sync_wrapper v1.0.2
2026-06-22T00:57:06.9150602Z    Compiling byteorder v1.5.0
2026-06-22T00:57:06.9249327Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T00:57:06.9564260Z    Compiling allocator-api2 v0.2.21
2026-06-22T00:57:07.0230346Z    Compiling opaque-debug v0.3.1
2026-06-22T00:57:07.0450954Z    Compiling aws-lc-sys v0.41.0
2026-06-22T00:57:07.0610700Z    Compiling ring v0.17.14
2026-06-22T00:57:07.0877261Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T00:57:07.0968429Z    Compiling hash32 v0.2.1
2026-06-22T00:57:07.0980240Z    Compiling polyval v0.6.2
2026-06-22T00:57:07.1953489Z    Compiling spin v0.9.8
2026-06-22T00:57:07.2311513Z    Compiling vergen-gitcl v1.0.8
2026-06-22T00:57:07.2420937Z    Compiling num_threads v0.1.7
2026-06-22T00:57:07.3630880Z    Compiling ryu v1.0.23
2026-06-22T00:57:07.3980491Z    Compiling fallible-iterator v0.3.0
2026-06-22T00:57:07.4247540Z    Compiling signature v3.0.0
2026-06-22T00:57:07.4330881Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T00:57:07.4440633Z    Compiling tower-layer v0.3.3
2026-06-22T00:57:07.5583790Z    Compiling time v0.3.47
2026-06-22T00:57:07.5797721Z    Compiling ghash v0.5.1
2026-06-22T00:57:07.5871203Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T00:57:07.6043154Z    Compiling ctr v0.9.2
2026-06-22T00:57:07.6276967Z    Compiling aes v0.8.4
2026-06-22T00:57:07.6731320Z    Compiling fs2 v0.4.3
2026-06-22T00:57:07.6804279Z    Compiling aead v0.5.2
2026-06-22T00:57:07.7802030Z    Compiling http-body-util v0.1.3
2026-06-22T00:57:07.7900613Z    Compiling openssl-probe v0.2.1
2026-06-22T00:57:07.8030425Z    Compiling crossbeam-channel v0.5.15
2026-06-22T00:57:07.8320788Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T00:57:07.9450612Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T00:57:08.0050817Z    Compiling blake3 v1.8.5
2026-06-22T00:57:08.0733839Z    Compiling netlink-packet-route v0.29.0
2026-06-22T00:57:08.1431199Z    Compiling uuid v1.23.2
2026-06-22T00:57:08.1630368Z    Compiling memoffset v0.6.5
2026-06-22T00:57:08.3014060Z    Compiling aes-gcm v0.10.3
2026-06-22T00:57:08.3341233Z    Compiling acto v0.8.2
2026-06-22T00:57:08.3998640Z    Compiling netwatch v0.16.0
2026-06-22T00:57:08.4640541Z    Compiling noq v0.18.0
2026-06-22T00:57:08.4943932Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T00:57:08.5410784Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T00:57:08.5644868Z    Compiling xml-rs v0.8.28
2026-06-22T00:57:08.6221056Z    Compiling thiserror v1.0.69
2026-06-22T00:57:08.6691167Z    Compiling foldhash v0.2.0
2026-06-22T00:57:08.7048652Z    Compiling rustc-hash v2.1.2
2026-06-22T00:57:08.7262383Z    Compiling lru-slab v0.1.2
2026-06-22T00:57:08.8111554Z    Compiling ref-cast v1.0.25
2026-06-22T00:57:08.8112969Z    Compiling mac-addr v0.3.0
2026-06-22T00:57:08.8331060Z    Compiling tagptr v0.2.0
2026-06-22T00:57:08.8570713Z    Compiling synstructure v0.13.2
2026-06-22T00:57:08.8930988Z    Compiling darling_core v0.20.11
2026-06-22T00:57:09.0001612Z    Compiling rustix v1.1.4
2026-06-22T00:57:09.0231477Z    Compiling identity-hash v0.1.0
2026-06-22T00:57:09.1413555Z    Compiling serde_derive_internals v0.29.1
2026-06-22T00:57:09.1530733Z    Compiling hashbrown v0.16.1
2026-06-22T00:57:09.3492257Z    Compiling netlink-packet-route v0.30.0
2026-06-22T00:57:09.5200803Z    Compiling proc-macro-crate v3.5.0
2026-06-22T00:57:09.5709592Z    Compiling xmltree v0.10.3
2026-06-22T00:57:09.8610832Z    Compiling serial-core v0.4.0
2026-06-22T00:57:09.9318409Z    Compiling ioctl-rs v0.1.6
2026-06-22T00:57:10.0144833Z    Compiling termios v0.2.2
2026-06-22T00:57:10.0412927Z    Compiling errno v0.3.14
2026-06-22T00:57:10.0529817Z    Compiling aho-corasick v1.1.4
2026-06-22T00:57:10.0861665Z    Compiling simple-dns v0.9.3
2026-06-22T00:57:10.0959793Z    Compiling arrayvec v0.7.6
2026-06-22T00:57:10.1763082Z    Compiling arrayref v0.3.9
2026-06-22T00:57:10.1964093Z    Compiling regex-syntax v0.8.10
2026-06-22T00:57:10.2055160Z    Compiling constant_time_eq v0.4.2
2026-06-22T00:57:10.2430767Z    Compiling toml_write v0.1.2
2026-06-22T00:57:10.2500647Z    Compiling sha1_smol v1.0.1
2026-06-22T00:57:10.2690895Z    Compiling resolv-conf v0.7.6
2026-06-22T00:57:10.3453129Z    Compiling winnow v0.7.15
2026-06-22T00:57:10.3965887Z    Compiling simdutf8 v0.1.5
2026-06-22T00:57:10.4702080Z    Compiling linux-raw-sys v0.12.1
2026-06-22T00:57:10.4850565Z    Compiling smol_str v0.1.24
2026-06-22T00:57:10.5060843Z    Compiling signal-hook v0.3.18
2026-06-22T00:57:10.7246983Z    Compiling signal-hook-registry v1.4.8
2026-06-22T00:57:10.7364445Z    Compiling serial-unix v0.4.0
2026-06-22T00:57:10.8201063Z    Compiling lru v0.16.4
2026-06-22T00:57:10.8310464Z    Compiling serde_derive v1.0.228
2026-06-22T00:57:10.9570804Z    Compiling zeroize_derive v1.4.3
2026-06-22T00:57:10.9820649Z    Compiling tokio-macros v2.7.0
2026-06-22T00:57:10.9950325Z    Compiling futures-macro v0.3.32
2026-06-22T00:57:11.1168519Z    Compiling zerofrom-derive v0.1.7
2026-06-22T00:57:11.3691708Z    Compiling yoke-derive v0.8.2
2026-06-22T00:57:11.5618319Z    Compiling zeroize v1.8.2
2026-06-22T00:57:11.6747908Z    Compiling tokio v1.52.3
2026-06-22T00:57:11.7759487Z    Compiling zerovec-derive v0.11.3
2026-06-22T00:57:11.9351305Z    Compiling futures-util v0.3.32
2026-06-22T00:57:12.3113885Z    Compiling displaydoc v0.2.6
2026-06-22T00:57:12.4976595Z    Compiling zerofrom v0.1.8
2026-06-22T00:57:12.6381107Z    Compiling tracing-attributes v0.1.31
2026-06-22T00:57:12.6838336Z    Compiling yoke v0.8.3
2026-06-22T00:57:12.7302432Z    Compiling rustls-pki-types v1.14.1
2026-06-22T00:57:12.7666635Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T00:57:12.8032236Z    Compiling thiserror-impl v2.0.18
2026-06-22T00:57:13.1856336Z    Compiling zerotrie v0.2.4
2026-06-22T00:57:13.3170592Z    Compiling zerovec v0.11.6
2026-06-22T00:57:13.4520785Z    Compiling darling_macro v0.20.11
2026-06-22T00:57:13.4620795Z    Compiling derive_more-impl v2.1.1
2026-06-22T00:57:13.6367450Z    Compiling n0-error-macros v0.1.3
2026-06-22T00:57:13.7951766Z    Compiling spez v0.1.2
2026-06-22T00:57:13.8460720Z    Compiling darling v0.20.11
2026-06-22T00:57:13.9170735Z    Compiling derive_builder_core v0.20.2
2026-06-22T00:57:14.0803466Z    Compiling tinystr v0.8.3
2026-06-22T00:57:14.1690740Z    Compiling potential_utf v0.1.5
2026-06-22T00:57:14.2871137Z    Compiling icu_locale_core v2.2.0
2026-06-22T00:57:14.3639335Z    Compiling icu_collections v2.2.0
2026-06-22T00:57:14.6080545Z    Compiling der v0.8.0-rc.10
2026-06-22T00:57:14.7559935Z    Compiling n0-error v0.1.3
2026-06-22T00:57:14.7910626Z    Compiling pin-project-internal v1.1.13
2026-06-22T00:57:15.1941822Z    Compiling cobs v0.3.0
2026-06-22T00:57:15.2171001Z    Compiling derive_builder_macro v0.20.2
2026-06-22T00:57:15.2307877Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T00:57:15.4100616Z    Compiling postcard-derive v0.2.2
2026-06-22T00:57:15.5807358Z    Compiling icu_provider v2.2.0
2026-06-22T00:57:15.6841050Z    Compiling derive_builder v0.20.2
2026-06-22T00:57:15.8930555Z    Compiling icu_properties v2.2.0
2026-06-22T00:57:15.9954468Z    Compiling icu_normalizer v2.2.0
2026-06-22T00:57:16.0164621Z    Compiling ed25519-dalek v2.2.0
2026-06-22T00:57:16.1291967Z    Compiling ipnet v2.12.0
2026-06-22T00:57:16.1813692Z    Compiling futures-executor v0.3.32
2026-06-22T00:57:16.3130346Z    Compiling pin-project v1.1.13
2026-06-22T00:57:16.3891173Z    Compiling spki v0.8.0-rc.4
2026-06-22T00:57:16.4200801Z    Compiling futures v0.3.32
2026-06-22T00:57:16.5007469Z    Compiling prefix-trie v0.8.4
2026-06-22T00:57:16.5061745Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T00:57:16.5800462Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T00:57:16.8048158Z    Compiling once_cell v1.21.4
2026-06-22T00:57:16.8790684Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T00:57:16.9045213Z    Compiling data-encoding-macro v0.1.20
2026-06-22T00:57:16.9710601Z    Compiling rustls-native-certs v0.8.4
2026-06-22T00:57:16.9830665Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T00:57:17.0430551Z    Compiling tracing-core v0.1.36
2026-06-22T00:57:17.3450652Z    Compiling async-trait v0.1.89
2026-06-22T00:57:17.4126551Z    Compiling idna_adapter v1.2.2
2026-06-22T00:57:17.4816565Z    Compiling hashbrown v0.14.5
2026-06-22T00:57:17.4910622Z    Compiling postcard v1.1.3
2026-06-22T00:57:17.5221671Z    Compiling num_enum_derive v0.7.6
2026-06-22T00:57:17.5661210Z    Compiling idna v1.1.0
2026-06-22T00:57:17.8764916Z    Compiling tracing v0.1.44
2026-06-22T00:57:17.9690829Z    Compiling tokio-util v0.7.18
2026-06-22T00:57:17.9760979Z    Compiling netlink-sys v0.8.8
2026-06-22T00:57:18.0061676Z    Compiling url v2.5.8
2026-06-22T00:57:18.1161117Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T00:57:18.1341872Z    Compiling derive_more v2.1.1
2026-06-22T00:57:18.2116376Z    Compiling tower v0.5.3
2026-06-22T00:57:18.2631199Z    Compiling hashlink v0.9.1
2026-06-22T00:57:18.3120690Z    Compiling enum-assoc v1.3.0
2026-06-22T00:57:18.4252121Z    Compiling strum_macros v0.28.0
2026-06-22T00:57:18.4719567Z    Compiling netlink-proto v0.12.0
2026-06-22T00:57:18.5498574Z    Compiling netdev v0.42.0
2026-06-22T00:57:18.6702654Z    Compiling num_enum v0.7.6
2026-06-22T00:57:18.7150936Z    Compiling iroh-metrics v0.38.3
2026-06-22T00:57:18.7449802Z    Compiling iroh-relay v0.98.0
2026-06-22T00:57:18.7531019Z    Compiling moka v0.12.15
2026-06-22T00:57:18.7620355Z    Compiling toml_datetime v0.6.11
2026-06-22T00:57:18.7664516Z    Compiling serde_spanned v0.6.9
2026-06-22T00:57:18.8460263Z    Compiling thiserror-impl v1.0.69
2026-06-22T00:57:18.8820947Z    Compiling ref-cast-impl v1.0.25
2026-06-22T00:57:18.9880372Z    Compiling rusqlite v0.32.1
2026-06-22T00:57:19.0391685Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T00:57:19.0481214Z    Compiling iroh-base v0.98.0
2026-06-22T00:57:19.1522788Z    Compiling h2 v0.4.14
2026-06-22T00:57:19.3011014Z    Compiling n0-watcher v0.6.1
2026-06-22T00:57:19.4238258Z    Compiling tokio-stream v0.1.18
2026-06-22T00:57:19.6040760Z    Compiling tower-http v0.6.11
2026-06-22T00:57:19.6290716Z    Compiling attohttpc v0.30.1
2026-06-22T00:57:20.0551283Z    Compiling toml_edit v0.22.27
2026-06-22T00:57:20.0850966Z    Compiling webpki-roots v1.0.7
2026-06-22T00:57:20.1189623Z    Compiling regex-automata v0.4.14
2026-06-22T00:57:20.2100899Z    Compiling schemars_derive v1.2.1
2026-06-22T00:57:20.2471420Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T00:57:20.6208729Z    Compiling darling_core v0.23.0
2026-06-22T00:57:20.6670751Z    Compiling serde_bytes v0.11.19
2026-06-22T00:57:20.8291135Z    Compiling hmac v0.12.1
2026-06-22T00:57:20.8715545Z    Compiling seize v0.5.1
2026-06-22T00:57:20.9440927Z    Compiling iroh v0.98.2
2026-06-22T00:57:20.9587245Z    Compiling rustix v0.38.44
2026-06-22T00:57:21.2219291Z    Compiling bitflags v1.3.2
2026-06-22T00:57:21.2550354Z    Compiling strum v0.28.0
2026-06-22T00:57:21.3160904Z    Compiling pin-utils v0.1.0
2026-06-22T00:57:21.3290765Z    Compiling cmov v0.5.4
2026-06-22T00:57:21.3670862Z    Compiling iroh-dns v0.98.0
2026-06-22T00:57:21.3740492Z    Compiling dyn-clone v1.0.20
2026-06-22T00:57:21.3800631Z    Compiling utf8parse v0.2.2
2026-06-22T00:57:21.4495105Z    Compiling anstyle-parse v1.0.0
2026-06-22T00:57:21.4890844Z    Compiling nix v0.25.1
2026-06-22T00:57:21.5910506Z    Compiling ctutils v0.4.2
2026-06-22T00:57:21.6443710Z    Compiling papaya v0.2.4
2026-06-22T00:57:21.6642572Z    Compiling hkdf v0.12.4
2026-06-22T00:57:21.7016044Z    Compiling filedescriptor v0.8.3
2026-06-22T00:57:21.7962903Z    Compiling backon v1.6.0
2026-06-22T00:57:21.9740827Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T00:57:21.9900517Z    Compiling serial v0.4.0
2026-06-22T00:57:22.0628364Z    Compiling linux-raw-sys v0.4.15
2026-06-22T00:57:22.0910690Z    Compiling anstyle v1.0.14
2026-06-22T00:57:22.1950293Z    Compiling foldhash v0.1.5
2026-06-22T00:57:22.3230740Z    Compiling instability v0.3.12
2026-06-22T00:57:22.3640491Z    Compiling schemars v1.2.1
2026-06-22T00:57:22.4022258Z    Compiling shell-words v1.1.1
2026-06-22T00:57:22.4421036Z    Compiling downcast-rs v1.2.1
2026-06-22T00:57:22.4940824Z    Compiling anstyle-query v1.1.5
2026-06-22T00:57:22.5460464Z    Compiling colorchoice v1.0.5
2026-06-22T00:57:22.5690942Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T00:57:22.6210306Z    Compiling anstream v1.0.0
2026-06-22T00:57:22.6350765Z    Compiling hashbrown v0.15.5
2026-06-22T00:57:22.6398331Z    Compiling signal-hook-mio v0.2.5
2026-06-22T00:57:22.7475455Z    Compiling spake2 v0.4.0
2026-06-22T00:57:23.0361140Z    Compiling regex v1.12.3
2026-06-22T00:57:23.1039440Z    Compiling toml v0.8.23
2026-06-22T00:57:23.4581185Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T00:57:23.6070576Z    Compiling terminal_size v0.4.4
2026-06-22T00:57:23.7167911Z    Compiling strum_macros v0.26.4
2026-06-22T00:57:23.7476655Z    Compiling sha1 v0.10.6
2026-06-22T00:57:23.8159080Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T00:57:24.0340632Z    Compiling itertools v0.13.0
2026-06-22T00:57:24.2375218Z    Compiling castaway v0.2.4
2026-06-22T00:57:24.2897666Z    Compiling doctest-file v1.1.1
2026-06-22T00:57:24.3020744Z    Compiling darling_macro v0.23.0
2026-06-22T00:57:24.3614423Z    Compiling unicode-width v0.1.14
2026-06-22T00:57:24.6400852Z    Compiling darling v0.23.0
2026-06-22T00:57:24.6763151Z    Compiling clap_lex v1.1.0
2026-06-22T00:57:24.6900834Z    Compiling static_assertions v1.1.0
2026-06-22T00:57:24.7310593Z    Compiling indoc v2.0.7
2026-06-22T00:57:24.7480644Z    Compiling compact_str v0.8.2
2026-06-22T00:57:24.7980996Z    Compiling hyper v1.10.1
2026-06-22T00:57:24.8980726Z    Compiling clap_builder v4.6.0
2026-06-22T00:57:24.9500827Z    Compiling interprocess v2.4.2
2026-06-22T00:57:24.9630922Z    Compiling crossterm v0.28.1
2026-06-22T00:57:25.7520813Z    Compiling lru v0.12.5
2026-06-22T00:57:25.8556578Z    Compiling clap_derive v4.6.1
2026-06-22T00:57:25.9020008Z    Compiling portable-pty v0.8.1
2026-06-22T00:57:25.9320612Z    Compiling unicode-truncate v1.1.0
2026-06-22T00:57:25.9633388Z    Compiling unicode-width v0.2.0
2026-06-22T00:57:26.0050853Z    Compiling cassowary v0.3.0
2026-06-22T00:57:26.0120757Z    Compiling iana-time-zone v0.1.65
2026-06-22T00:57:26.0931015Z    Compiling nucleo-matcher v0.3.1
2026-06-22T00:57:26.2903175Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T00:57:26.3579343Z    Compiling chrono v0.4.45
2026-06-22T00:57:26.4457326Z    Compiling strum v0.26.3
2026-06-22T00:57:26.5838647Z    Compiling ratatui v0.29.0
2026-06-22T00:57:26.5920785Z    Compiling qrcode v0.14.1
2026-06-22T00:57:26.7999137Z    Compiling hyper-util v0.1.20
2026-06-22T00:57:27.0708884Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T00:57:27.1058165Z    Compiling tempfile v3.27.0
2026-06-22T00:57:28.0159494Z    Compiling clap v4.6.1
2026-06-22T00:57:28.7787708Z    Compiling igd-next v0.17.1
2026-06-22T00:57:29.9719233Z    Compiling portmapper v0.16.0
2026-06-22T00:57:34.9578107Z    Compiling rustls-webpki v0.103.13
2026-06-22T00:57:37.3567111Z    Compiling tokio-rustls v0.26.4
2026-06-22T00:57:37.3567674Z    Compiling noq-proto v0.17.0
2026-06-22T00:57:37.3568284Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T00:57:37.5077266Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T00:57:37.5077910Z    Compiling hyper-rustls v0.27.9
2026-06-22T00:57:37.5078354Z    Compiling tokio-websockets v0.13.2
2026-06-22T00:57:37.6402875Z    Compiling reqwest v0.13.4
2026-06-22T00:57:38.5952421Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T00:57:52.4572684Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T00:57:53.8104681Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T00:58:00.8451689Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T00:58:04.4995667Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-22T00:58:04.5215064Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T00:58:04.5227872Z 
2026-06-22T00:58:04.5228266Z running 1 test
2026-06-22T00:58:11.3136804Z test new_brain_serves_against_old_broker ... ok
2026-06-22T00:58:11.3138347Z 
2026-06-22T00:58:11.3138754Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.79s
2026-06-22T00:58:11.3139157Z 
2026-06-22T00:58:11.3370532Z Post job cleanup.
2026-06-22T00:58:11.4028028Z [command]/usr/bin/git version
2026-06-22T00:58:11.4059273Z git version 2.43.0
2026-06-22T00:58:11.4088063Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/bdb2f8ae-6636-4792-a0f7-574c88463b13' before making global git config changes
2026-06-22T00:58:11.4088851Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T00:58:11.4091221Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T00:58:11.4128643Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T00:58:11.4153901Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T00:58:11.4375572Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T00:58:11.4394688Z http.https://github.com/.extraheader
2026-06-22T00:58:11.4401362Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-22T00:58:11.4435563Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T00:58:11.4634298Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T00:58:11.4659437Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T00:58:11.4967918Z Cleaning up orphan processes
2026-06-22T00:58:11.5461915Z Terminate orphan process: pid (3880313) (spt)
